git pull
git pull
-
To actually retrieve associated file changes after a fetch , you would use either the git pull or git rebase command .
要在fetch之后实际检索相关文件更改,您可以使用gitpull或gitrebase命令。
-
Depending on the frequency and extent of changes to a remote repository , simply using the git pull command is often an attractive alternative .
如果对远程存储库的更改频率和范围不大,可以使用gitpull命令替代。
-
Fire the git pull command , which will pull all the remote changes into your local clone , and then do a mvn clean install to build the updated sources .
触发gitpull命令,该命令会将所有远程更改拉入到您的本地克隆中,然后执行一个mvncleaninstall命令来编译更新的源代码。